CPatEthnicityRace.cs
Code Type: C# Class
Uses Classes: CDataParameterList, CDataSet
Uses PL/SQL Procedures: PCK_PAT_ETHNICITY_RACE.InsertPatientEthnicity, PCK_PAT_ETHNICITY_RACE.InsertPatientRace, PCK_PAT_ETHNICITY_RACE.InsertPatEthRaceSource, PCK_PAT_ETHNICITY_RACE.GetEthnicityRS, PCK_PAT_ETHNICITY_RACE.GetRaceRS, PCK_PAT_ETHNICITY_RACE.GetEthRaceSourceRS, PCK_PAT_ETHNICITY_RACE.GetPatientEthnicityRS, PCK_PAT_ETHNICITY_RACE.GetPatientRaceRS, PCK_PAT_ETHNICITY_RACE.GetPatEthRaceSourceRS, PCK_PAT_ETHNICITY_RACE.DeletePatientEthnicity, PCK_PAT_ETHNICITY_RACE.DeletePatientRace, PCK_PAT_ETHNICITY_RACE.DeletePatEthRaceSource

Lines of Code: 245

public class CPatEthnicityRace

	Methods and properties used to load and save ethnicity/race data 

public CPatEthnicityRace()

	Default constructor 

public bool InsertPatientEthnicity(
        BaseMaster BaseMstr,
        string strPatientID,
        long lEthnicityID)

	Insert patient ethnicity 

public bool InsertPatientRace(
        BaseMaster BaseMstr,
        string strPatientID,
        long lRaceID)

	Insert patient race 

public bool InsertPatEthRaceSource(
        BaseMaster BaseMstr,
        string strPatientID,
        long lSourceID)

	Insert patient ethniocity race source 

public DataSet GetEthnicityDS(BaseMaster BaseMstr)

	Get ethnicity dataset 

public DataSet GetRaceDS(BaseMaster BaseMstr)

	Get race dataset 

public DataSet GetEthRaceSourceDS(BaseMaster BaseMstr)

	Get ethnicity race source dataset 

public DataSet GetPatientEthnicityDS(
        BaseMaster BaseMstr,
        string strPatientID)

	Get patient ethnicty dataset 

public DataSet GetPatientRaceDS(
        BaseMaster BaseMstr,
        string strPatientID)

	Get patient race dataset 

public DataSet GetPatEthRaceSourceDS(
        BaseMaster BaseMstr,
        string strPatientID)

	Get patient ethnicity race source dataset 

public bool DeletePatientEthnicity(
        BaseMaster BaseMstr,
        string strPatientID)

	Delete patient ethnicity 

public bool DeletePatientRace(
        BaseMaster BaseMstr,
        string strPatientID)

	Delete patient race 

public bool DeletePatEthRaceSource(
        BaseMaster BaseMstr,
        string strPatientID)

	Delete patient ethnicity race source 

	

